@f{channelname}

The field function returns the channelname of the first dataset in the diagram. The field function can be used in a text or table object or in diagram axis title. The text or table object must be assigned to a diagram with datasets.

@f{channelname}
@f{channelname(ssAxis)}
@f{channelname(ssAxis, ssType)}

Parameters

ssAxis

Specifies the channel. Valid values are “X”, “Y” or “Z”. Default value is “Y”. Textdatei.

ssType

Specifies if the function should return the channel name or the channel name with the unit in brackets. Valid values are “name” or “name.unit”. Default value is “name.unit”.

Example

@f{channelname(Y, name.unit)}

Output:

speed [1/min]

@f{channelname(Y, name)}

Output:

speed

@f{channelname}

Output:

speed [1/min]

id-489203